type github.com/jackc/pgx/v5/pgtype.encodePlanBitsCodecBinary

3 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		bits.go#L81: 		return encodePlanBitsCodecBinary{}
		bits.go#L89: type encodePlanBitsCodecBinary struct{}
		bits.go#L91: func (encodePlanBitsCodecBinary) Encode(value any, buf []byte) (newBuf []byte, err error) {